home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / PROGTOOL / SHRDIT.ZIP;1 / PASCAL.ZIP / SH-PASC.CTL < prev    next >
Encoding:
Text File  |  1994-04-06  |  866 b   |  42 lines

  1. % Parameter control file for C language source used by shrouder program
  2.  
  3.  
  4. % These parameters control string processing
  5. STRING: ','
  6.  
  7. % These parameters control name substitutions
  8. NAME JOINS: _
  9. KEEP LENGTH: No,6
  10. KEEP SEPARATORS: Yes
  11. CASE SENSITIVE: Yes
  12. FORCE CAPS: No
  13. MAX LENGTH: 31
  14. DUP CHECK: 5
  15.  
  16. % Comment delimiters
  17. LINE COMMENT: //
  18. COMMENT: {,}
  19. NESTED: No
  20. OUT COMMENT: {,}
  21. KEEP COMMENT: $
  22.  
  23. % Include file handling
  24. INCLUDING: #include,""
  25. REPLACE NUMBS: No
  26. REPLACE STRGS: No
  27. STRING TO HEX: No
  28.  
  29. % Random name generation and miscellaneous
  30. SEED RANDOM: Yes
  31. COMPRESS LINE: No
  32. COMPRESS SKIP: #define
  33. LINE CONTINUE: No
  34. REGISTRATION: LNK Corporation,, Inc. Riverdale, MD
  35. SERIAL NUMBER: L01-,IL-1
  36. OBSCURE NAMES: No
  37. BLOCK TOKENS: begin,end
  38. FUNCTIONS OFF: program,
  39. DEFINE CODE: const  &&name &&text
  40. DEFINE GLOBLS: No
  41. DEFINE KEYWRD: No
  42.